const github.com/google/uuid.g1582ns100
4 uses
github.com/google/uuid (current package)
time.go#L22: g1582ns100 = g1582 * 10000000 // 100s of a nanoseconds between epochs
time.go#L36: sec = int64(t - g1582ns100)
time.go#L58: now := uint64(t.UnixNano()/100) + g1582ns100
time.go#L120: t = Time((time>>16)*10000 + g1582ns100)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |